Cut release 0.1.9: version bump + frozen snapshot in lockstep - #24
Conversation
…step Per the release-guard: the tagged commit must carry both the version and the frozen snapshot. sol-v0.1.7/0.1.8 were tagged before this flow was fully learned here and their guard runs rejected them; both stay as dead markers. The chain test now has a released subject and forks all seven networks in CI, verifying this afternoon's deployment. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughThe release metadata now uses Soldeer 0.1.9. ChangesCloneFactory 0.1.9 release
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This PR updates the release version and matching frozen snapshot in lockstep; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Cuts release 0.1.9 per rainix-tag-release's guards, both learned from rejected runs: the tagged commit must carry the matching
[external.package].versionAND the frozensrc/generated/<tag>/snapshot (runs 32395831521 and 32396460610 rejected sol-v0.1.7/0.1.8 on exactly those two rules; both tags stay as dead markers). This PR bumps to 0.1.9 and freezessrc/generated/0_1_9/from the candidate in lockstep viaBuild.sol cutRelease()+forge fmt; the released-suites lib regenerated with it. After merge,sol-v0.1.9is tagged at the merge commit and the release run verifies this afternoon's seven-network deployment and publishesrain-factory-deploy0.1.9.QA
testSuitesLiveOnEverySupportedNetworkgains its first released subject with this freeze — it forked nothing on base and now fork-verifies the frozen pins against all seven live networks in CI (locally env-gated: fails only on missingARBITRUM_RPC_URLet al)CloneFactoryDeploySnapshotTestwalk) pin the frozen record against the candidate, and any hand edit to the frozen dir fails the append-only gate🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Bug Fixes